home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
735
/
735.xpi
/
chrome
/
answers.jar
/
content
/
sidebar.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-04
|
939b
|
28 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window id="mainWindow"
title="Answers Search XUL Application"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink">
<script src="chrome://answers/content/answers.js" type="application/x-javascript" />
<!-- UI Start -->
<hbox id="main-box" flex="1">
<vbox flex="1" width="100" maxwidth="700">
<iframe id="content-body" type="content" src="http://www.answers.com/main/answers_sidebar.jsp" flex="1"/>
<toolbar flex="0">
<description>
Powered by <html:a href="http://www.answers.com" target="_main" style="color: blue">Answers.com</html:a>
</description>
</toolbar>
</vbox>
</hbox>
</window>